Get Master Flow Execution Progress logs
{ getMasterFlowProgressLogs }
This returns the full progress log of a Master Flow execution
Method
/API3/dataSources/getMasterFlowProgressLogs
- Enterprise Admin
Input Parameters
Name
request
Object Type
Description
Describes request for the progress logs of masterflow execution
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Item in the Progress log of a master flow execution. Note that the response is returned as a list of items of this object type.
Notes
This function should be used in conjunction with other functions that can launch the execution of a master flow.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP